| short: Ausgabe eines Wertes |
| de: Zeigt einen numerischen Wert an |
| en: Displays a numeric value |
| name | description | category | type | defaultValue | bindable | readOnly | required | localizable | editableBinding | projectable | cssProp (has no setter and getter in JS) | groupRefId | groupOrder | nodeRefId (for linking node and value) | deprecated | typeRefId (for StyleReference) | subtype (for MpComIdentReference) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| draggable | Make widget draggable. | Behavior | Boolean | false | false | false | false | false | false | true | |||||||
| ellipsis | If true, overflow of text is symbolized with an ellipsis. | Behavior | Boolean | false | false | false | false | false | false | true | |||||||
| enable | Initial option to enable widget. | Behavior | Boolean | true | true | false | false | false | false | true | |||||||
| format | NumberFormat for every measurement system. | Appearance | brease.config.MeasurementSystemFormat | {'metric':{ 'decimalPlaces' : 1, 'minimumIntegerDigits' : 1 }, 'imperial' :{ 'decimalPlaces' : 1, 'minimumIntegerDigits' : 1 }, 'imperial-us' :{ 'decimalPlaces' : 1, 'minimumIntegerDigits' : 1 }} | true | false | false | false | false | true | |||||||
| maxValue | Sets the maximum value for the input. If value node binding is used for the value, then this property is overriden by OPC UA max value. | Behavior | Number | 100 | false | false | false | false | false | true | |||||||
| minValue | Sets the minimum value for the input. If value node binding is used for the value, then this property is overriden by OPC UA min value. | Behavior | Number | 0 | false | false | false | false | false | true | |||||||
| node | Value with unit for node binding. | Data | brease.datatype.Node | true | false | false | false | false | true | ||||||||
| permissionOperate | restricts operability to users, which have given roles | Accessibility | RoleCollection | no defaultValue defined |
false | false | false | false | false | true | |||||||
| permissionView | restricts visibility to users, which have given roles | Accessibility | RoleCollection | no defaultValue defined |
false | false | false | false | false | true | |||||||
| showUnit | Determines if the unit should be displayed | Behavior | Boolean | true | false | false | false | false | false | true | |||||||
| style | reference to a style for this widget type | Appearance | StyleReference | default | true | false | false | false | false | true | |||||||
| tabIndex | sets if a widget should have autofocus enabled (0), the order of the focus (>0), or if autofocus should be disabled (-1) | Behavior | Integer | -1 | false | false | false | false | false | true | |||||||
| tooltip | reference to a tooltip for a widget | Appearance | String | false | false | false | true | false | true | ||||||||
| unit | unit code for every measurement system | Appearance | brease.config.MeasurementSystemUnit | true | false | false | false | false | true | ||||||||
| unitAlign | alignment of unit label; supported values ["left"/"right"] | Appearance | brease.enum.ImageAlign | left | false | false | false | false | false | true | |||||||
| unitTextAlign | Defines the position of the unitText. | Appearance | brease.enum.TextAlign | center | false | false | false | false | false | true | |||||||
| unitWidth | Width of unit area. | Appearance | Size | 0 | false | false | false | false | false | true | |||||||
| useDigitGrouping | Determines if digit grouping should be used | Behavior | Boolean | false | false | false | false | false | false | true | |||||||
| value | Initial visible value of input field as a number | Data | Number | 0 | true | false | false | false | false | true | node | ||||||
| visible | change visibility | Behavior | Boolean | true | true | false | false | false | false | true | |||||||
| maxHeight | maximum outer height of widget | Size | 0 | false | false | false | true | true | |||||||||
| minHeight | minimum outer height of widget | Size | 0 | false | false | false | true | true | |||||||||
| maxWidth | maximum outer width of widget | Size | 0 | false | false | false | true | true | |||||||||
| minWidth | minimum outer width of widget | Size | 0 | false | false | false | true | true | |||||||||
| zIndex | The zIndex property specifies the z-order of a widget and its childs. When widgets overlap, z-order determines which one covers the other. A widget with a larger zIndex generally covers a widget with a lower one. The zIndex must be unique within a content. |
UInteger | no defaultValue defined |
false | false | true | true | true | |||||||||
| left | absolute position measured from left boundary of parent container | Integer | no defaultValue defined |
false | false | false | true | true | |||||||||
| top | absolute position measured from top boundary of parent container | Integer | no defaultValue defined |
false | false | false | true | true | |||||||||
| height | outer height of widget | AutoSize | 30 | false | false | false | true | true | |||||||||
| width | outer width of widget | AutoSize | 100 | false | false | false | true | true |
| name | type | description | defaultValue |
|---|---|---|---|
| borderWidth | PixelValCollection | Sets the border width of the widget. For further information, please see its type |
2px |
| cornerRadius | PixelValCollection | Sets the radius of the widget rounded corners. For further information, please see its type |
0px |
| backColor | Color | Sets the background color of the widget |
#FFFFFF |
| backGroundGradient | Gradient | Background as a gradient |
|
| borderColor | ColorCollection | Sets the border color of the widget. For further information, please see its type |
#555555 |
| borderStyle | BorderStyle | Sets the border style of the widget. For further information, please see its type |
solid |
| textColor | Color | Sets the color of the displayed text |
#000000 |
| textAlign | brease.enum.TextAlign | Sets the alignment of the displayed text. For further information, please see its type |
right |
| opacity | Opacity | Sets the opacity of the widget |
1 |
| fontName | FontName | Sets the font name of the displayed text |
Arial |
| fontSize | PixelVal | Sets the font size of the displayed text |
20px |
| unitFontSize | PixelVal | Sets the font size of the possible unit displayed |
14px |
| rotation | Rotation | Sets the rotation of the widget with respect to its center. Positive values for clockwise direction |
0deg |
| bold | Boolean | Sets the bold property of the displayed text |
true |
| italic | Boolean | Sets the italic property of the displayed text |
false |
| shadow | Shadow | Sets the shadow effect of the widget. For further information, please see its type |
none |
| padding | Padding | Sets a space around the displayed text. For further information, please see its type |
0 15px 0 15px |
| margin | Margin | Sets a space around the widget. For further information, please see its type |
0px |
| name | description | arguments |
|---|---|---|
| Click | Fired when element is clicked on. |
|
| DisabledClick | Fired when disabled element is clicked on. |
|
| EnableChanged | Fired when operability of the widget changes. |
|
| FocusIn | Fired when the widgets gets focus | |
| FocusOut | Fired when the widgets lost focus | |
| OnDragEnd | Fired when element has OnDragEnd. |
|
| OnDragEnter | Fired when element has onDragEnter. |
|
| OnDragLeave | Fired when element has OnDragLeave. |
|
| OnDragStart | Fired when element has OnDragStart. |
|
| OnDrop | Fired when element has OnDrop. |
|
| VisibleChanged | Fired when the visibility of the widget changes. |
|
| name | description | arguments | result |
|---|---|---|---|
| Focus | Sets focus on the widget element, if it can be focused and keyboardOperation=true | ||
| SetEnable | Sets the state of property «enable» |
|
|
| SetStyle |
|
||
| SetValue | Sets value which is displayed in the widget. |
|
|
| SetVisible | Sets the state of property «visible» |
|
|
| ShowTooltip |